home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import marvel.centralsmashdown.game.views.MiniMap;
-
- [Embed(source="/_assets/assets.swf", symbol="MiniMap")]
- public dynamic class MiniMap extends marvel.centralsmashdown.game.views.MiniMap
- {
-
-
- public function MiniMap()
- {
- super();
- addFrameScript(1,frame2,12,frame13,21,frame22,29,frame30);
- }
-
- internal function frame22() : *
- {
- if(_showing == true)
- {
- gotoAndStop("in");
- }
- }
-
- internal function frame13() : *
- {
- masker.gotoAndStop(2);
- }
-
- internal function frame2() : *
- {
- if(_showing != true)
- {
- gotoAndStop("out");
- }
- }
-
- internal function frame30() : *
- {
- masker.gotoAndStop(1);
- }
- }
- }
-